home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / infosrvr / dev / www_talk.930 / 000025_timbl _Mon Dec 9 15:33:46 1991.msg < prev    next >
Internet Message Format  |  1994-01-24  |  3KB

  1. Return-Path: <timbl>
  2. Received: by  nxoc01.cern.ch  (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
  3.     id AA06290; Mon, 9 Dec 91 15:33:46 GMT+0100
  4. Date: Mon, 9 Dec 91 15:33:46 GMT+0100
  5. From: timbl (Tim Berners-Lee)
  6. Message-Id: <9112091433.AA06290@ nxoc01.cern.ch >
  7. Received: by NeXT Mailer (1.62)
  8. To: wei@xcf.berkeley.edu (Pei Y. Wei)
  9. Subject: Re: SGML/HTML docs, X Browser
  10. Cc: www-talk
  11.  
  12. Pei,
  13.  
  14. I have added you to www-talk as requested.
  15.  
  16. > I'm now browsing through parts of the WWW distribution, and I'm  
  17. seeing
  18. > lots of potential in it. It seems that the only browser is for the  
  19. NeXT,
  20. > a platform most people don't have access to, which is a shame. 
  21.  
  22. > I'm now seriously considering writing an X11 browser for HTML files
  23. > by extending a program I've been working on (called VIOLA, a  
  24. program 
  25.  
  26. > somewhat like HyperCard)...
  27.  
  28. Ok.. sounds like a good idea.  Dan Conolly (Convex Inc) has put  
  29. together a W3 browser for X but could not release the code.  A group  
  30. of students in Finland were also going to do this for a project -- I  
  31. don't know the status of that work.  Anyone who makes a good X11 W3  
  32. browser will be very popular.
  33.  
  34. Now we have just got a new architecure for the browser code, with a  
  35. generic (simple!) SGML parser, and basically all the browser code  
  36. common (networking, name resulution, parsing) between different  
  37. browsers. The new line mode browser is under test - it has NNTP  
  38. access to news built in as well as HTTp and FTP access to indexes and  
  39. files.
  40.  
  41. > I'm wondering if you could give me some pointers to the standards 
  42.  
  43. > SGML and HTML (which seems to be the HyperText extention of SGML?).
  44.  
  45. SGML is very general. HTML is a specific application of the SGML  
  46. basic syntax applied to hypertext documents with simple structure.  
  47. The HTML tags used are in our documentation. (If you browse to our  
  48. test document, it has a link to its own source which you can take as  
  49. an example.) Type
  50.  
  51. www http://info.cern.ch/hypertext/WWW/Test/test_source.html
  52.  
  53. and follow the first link to see the source.  Our code therefore has  
  54. a simple generic SGML parser engine which handles nested tags and  
  55. feeds a HTML parser which has hypertext-specific code in it.  That  
  56. feeds a stream of style-changes and text and anchor start/end points  
  57. into a hypertext object which is what we don't have under X.
  58.  
  59. > Anymore relevant documentation on SGML/HTML, tips, and whatever you 
  60.  
  61. > think may help me in my task, would be gratfully accepted.
  62.  
  63. I could make up a tar file of our alpha-test code, including the HTML  
  64. SGML parser. Any pointers to SGML I have are in the web - not much  
  65. public stuff. Two books are "SGML Handbook" by Charles Goldfarb, and  
  66. "Practical SGML" by Eric van Herwijnen.
  67.  
  68. > Pei Y. Wei (wei@scam.Berkeley.EDU)
  69. > Experimental Computing Facility, 
  70.  
  71. > University of California @ Berkeley
  72.  
  73. Thanks for your interest, welcome to the list.
  74.  
  75.     Tim
  76.  
  77.  
  78.  
  79. __________________________________________________________
  80. Tim Berners-Lee                       timbl@info.cern.ch
  81. World Wide Web project                (NeXTMail is ok)    
  82. CERN                                  Tel: +41(22)767 3755
  83. 1211 Geneva 23, Switzerland           Fax: +41(22)767 7155
  84.  
  85.  
  86.  
  87. 
  88.